fmt.pp.fmtFloat (method)
7 uses
fmt (current package)
print.go#L452: func (p *pp) fmtFloat(v float64, size int, verb rune) {
print.go#L477: p.fmtFloat(real(v), size/2, verb)
print.go#L480: p.fmtFloat(imag(v), size/2, verb)
print.go#L711: p.fmtFloat(float64(f), 32, verb)
print.go#L713: p.fmtFloat(f, 64, verb)
print.go#L796: p.fmtFloat(f.Float(), 32, verb)
print.go#L798: p.fmtFloat(f.Float(), 64, verb)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |